home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 192
- Top = 107
- Width = 544
- Height = 375
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 24
- Width = 64
- Height = 13
- Caption = 'SMTP Server'
- end
- object Label2: TLabel
- Left = 16
- Top = 56
- Width = 74
- Height = 13
- Caption = 'Email of Sender'
- end
- object Label3: TLabel
- Left = 16
- Top = 88
- Width = 85
- Height = 13
- Caption = 'Email of Recipient'
- end
- object HostEdit: TEdit
- Left = 140
- Top = 16
- Width = 361
- Height = 21
- TabOrder = 0
- Text = 'HostEdit'
- end
- object SenderEdit: TEdit
- Left = 140
- Top = 48
- Width = 361
- Height = 21
- TabOrder = 1
- Text = 'SenderEdit'
- end
- object RecipientEdit: TEdit
- Left = 140
- Top = 80
- Width = 361
- Height = 21
- TabOrder = 2
- Text = 'RecipientEdit'
- end
- object BodyMemo: TMemo
- Left = 16
- Top = 128
- Width = 497
- Height = 145
- Lines.Strings = (
- 'BodyMemo')
- TabOrder = 3
- end
- object SendButton: TButton
- Left = 328
- Top = 296
- Width = 75
- Height = 25
- Caption = 'SendButton'
- TabOrder = 4
- OnClick = SendButtonClick
- end
- object msSMTPClient1: TmsSMTPClient
- Version = '2.0'
- MailMessage = msMessage1
- Left = 8
- Top = 312
- end
- object msMessage1: TmsMessage
- ContentType = 'text/plain'
- Version = '2.0'
- ReturnReceipt = False
- Left = 48
- Top = 312
- end
- end
-